home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _8603D4A64CF844168828B8EF57FA9C3C < prev    next >
Encoding:
Text File  |  2004-03-17  |  294 b   |  21 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight(SORTW)
  5.     stream("color", 0)
  6.     pass()
  7.     {
  8.         !include("__BillboardPass.mtt")
  9.  
  10.         !include(BLENDOPTIONSFILE)
  11.     }
  12.  
  13.     pass()
  14.     {
  15.         !include("__BillboardPass.mtt")
  16.  
  17.         !include(2PBLENDOPTIONSFILE)
  18.     }
  19. }
  20.  
  21.